Platform Explorer / Nuxeo Platform 5.8

Operation SocialWorkspace.Members (Social Workspace Members)

Description

return members of a social workspace
Operation id SocialWorkspace.Members
Category Execution Context
Label Social Workspace Members
Requires
Since

Parameters

Name Description Type Required Default value
contextPath string yes  
page int yes  
pageSize int yes  
pattern string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.social.workspace.gadgets.GetSocialWorkspaceMembers
Contributing Component org.nuxeo.ecm.social.workspace.operations

JSON Definition

{
  "id" : "SocialWorkspace.Members",
  "label" : "Social Workspace Members",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "return members of a social workspace",
  "url" : "SocialWorkspace.Members",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "contextPath",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "page",
    "description" : null,
    "type" : "int",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "pageSize",
    "description" : null,
    "type" : "int",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "pattern",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}